Cleaning namespace in SQLite#53
Open
dg wants to merge 3 commits into
Open
Conversation
Member
|
The |
Member
Author
|
Unfortunately no |
dg
force-pushed
the
master
branch
2 times, most recently
from
March 21, 2018 17:36
fa868a8 to
ec29311
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
November 19, 2019 18:42
e3463e0 to
b9ecbf9
Compare
dg
force-pushed
the
master
branch
8 times, most recently
from
March 31, 2020 16:49
d206c00 to
be02f7e
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
August 2, 2020 16:53
ac43cfa to
8eb92df
Compare
dg
force-pushed
the
master
branch
5 times, most recently
from
March 6, 2021 14:43
72ae3fd to
674bff2
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
December 12, 2021 17:53
f8c721f to
a389557
Compare
dg
force-pushed
the
master
branch
9 times, most recently
from
March 29, 2022 14:49
b313ce3 to
5cd99a4
Compare
dg
force-pushed
the
master
branch
4 times, most recently
from
May 4, 2022 11:06
78308f1 to
e63059d
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
May 12, 2022 00:27
6b94e14 to
99d7e77
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
May 23, 2022 22:49
c8536e7 to
55c034f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In SQLite is not possible to combine operator LIKE with string that contains \x00 character (ie NAMESPACE separator). Solution is change \x00 to \x01.